Color Management Module (CMM) Information Record Structure
Your application supplies an array containing two CMM information record structures of typeCMMInfoRecordas a field of theCMCWInfoRecordstructure. These structures allow theCMGetCWInfofunction to return information about the one or two CMMs used in a given color world. Your application must allocate memory for the array. When your application calls theCMGetCWInfofunction, it passes a pointer to theCMCWInfoRecordstructure containing the array.
struct CMMInfoRecord { OSType CMMType; /* CMM signature */ long CMMVersion;/* CMM version */ };
Field Description
CMMType- The signature of the CMM as specified in the profile header's
CMMTypefield. TheCMGetCWInfofunction returns this value.CMMVersion- The version of the CMM. The
CMGetCWInfofunction returns this value.